* lisp/isearch.el (isearch-word): Add docstring.
authorJuri Linkov <juri@jurta.org>
Tue, 29 May 2012 09:27:39 +0000 (12:27 +0300)
committerJuri Linkov <juri@jurta.org>
Tue, 29 May 2012 09:27:39 +0000 (12:27 +0300)
commit4e294d2af52a9c5162e4ebeae8524135104c854c
tree3afd60ac4d32d1b5aae5356c23751b36825e2458
parenta9f508ad1eb27a25d293fc77689c8401d29291f6
* lisp/isearch.el (isearch-word): Add docstring.
(isearch-occur, isearch-search-and-update): If `isearch-word' is
a function, call it to get the regexp.
(isearch-message-prefix): If `isearch-word' holds a symbol, use its
property `isearch-message-prefix' instead of the string "word ".
(isearch-search-fun-default): For the case of `isearch-word',
return a lambda that calls re-search-forward/re-search-backward
with a regexp returned by `word-search-regexp' or by the function
in `isearch-word'.
lisp/ChangeLog
lisp/isearch.el